type go/types.opPredicates

6 uses

	go/types (current package)
		expr.go#L59: type opPredicates map[token.Token]func(Type) bool
		expr.go#L61: var unaryOpPredicates opPredicates
		expr.go#L65: 	unaryOpPredicates = opPredicates{
		expr.go#L73: func (check *Checker) op(m opPredicates, x *operand, op token.Token) bool {
		expr.go#L730: var binaryOpPredicates opPredicates
		expr.go#L734: 	binaryOpPredicates = opPredicates{